public class Ex4b {

	public static void main(String[] argv) {
		double result = MyInput.getDouble("Dwse arithmo") + MyInput.getDouble("Dwse arithmo");
		System.out.println(d1 + "+" + d2 + "=" + result);
		}
	}